Explorer
You can sync GitBook pages with an OpenAPI or Swagger file or a URL to include auto-generated API methods in your documentation.
OpenAPI block
Stay updated on the status, confirmations, and details of your swaps
portex Explorer is designed to provide complete view and management capabilities for their cross-chain swaps, stablecoin vaults, liquidity sources, and protocol analytics dashboard. Explorer offers a wide range of features, including analytics, a comprehensive dashboard, and detailed transaction information, all conveniently located in one place.
Transactions
One of the critical features of Explorer is its ability to provide detailed transaction information. Users can effortlessly access their transaction history, discover the power of their transactions, and gain insights into their status and progress.
On the front page, you’ll find valuable statistics such as the total number of transactions, total users, and overall trading volume in USD. Whether you’re searching for a specific cross-chain transaction by its hash, address, or ID, Explorer offers navigation and the ability to sort transactions by their status (pending, confirmed, or reverting).
Vaults

Discover the Total Value Locked (TVL) within stablecoin liquidity pools on each supported chain, such as the amount of USDT/USDC available for cross-chain swaps.
Vaults are smart contracts that empower users to deposit assets and earn rewards. By providing liquidity to these stablecoin pools, users can participate in cross-chain swaps and receive incentivization in PXA tokens.
Liquidity Sources

portex Finance is a cross-chain meta DEX aggregator that provides efficient and cost-effective swaps. It uses hundreds of liquidity providers across every supported network, including other DEX aggregators with their own sources. portex aggregates the best rates from all these liquidity providers and offers an efficient and user-friendly trading experience.
Analytics

Gain valuable insights into the performance of the portex protocol through our comprehensive dashboard. Track essential metrics such as trading volume, transaction times, and other statistics related to portex . Our analytics section presents data divided into intervals of one, seven, and thirty days, enabling you to make informed decisions based on accurate information.GitBook's OpenAPI block is powered by Scalar, so you can test your APIs directly from your docs.
Add a new pet to the store.
10
doggie
pet status in the store
POST /api/v3/pet HTTP/1.1
Host:
Authorization: Bearer YOUR_OAUTH2_TOKEN
Content-Type: application/json
Accept: */*
Content-Length: 133
{
"id": 10,
"name": "doggie",
"category": {
"id": 1,
"name": "Dogs"
},
"photoUrls": [
"text"
],
"tags": [
{
"id": 1,
"name": "text"
}
],
"status": "available"
}
{
"id": 10,
"name": "doggie",
"category": {
"id": 1,
"name": "Dogs"
},
"photoUrls": [
"text"
],
"tags": [
{
"id": 1,
"name": "text"
}
],
"status": "available"
}
Last updated