# Tatum Blockchain Gateway **Official Documentation:** https://docs.tatum.io The following interfaces are available on this chain: - `multiversx-mainnet-rest` (rest) ## multiversx-mainnet-rest - rest All API endpoints are relative to the following base URL: `https://multiversx-mainnet.gateway.tatum.io` The following is a curated list of supported REST API endpoints. Please refer to the official documentation for details on path parameters, query parameters, and request bodies. - `GET /about` - `GET /about/nodes-versions` - `GET /accounts` - `GET /accounts/count` - `GET /accounts/{address}` - `GET /accounts/{address}/collections` - `GET /accounts/{address}/collections/count` - `GET /accounts/{address}/collections/{collection}` - `GET /accounts/{address}/contracts` - `GET /accounts/{address}/contracts/count` - `GET /accounts/{address}/deferred` - `GET /accounts/{address}/delegation` - `GET /accounts/{address}/delegation-legacy` - `GET /accounts/{address}/deploys` - `GET /accounts/{address}/deploys/count` - `GET /accounts/{address}/esdthistory` - `GET /accounts/{address}/esdthistory/count` - `GET /accounts/{address}/history` - `GET /accounts/{address}/history/count` - `GET /accounts/{address}/history/{tokenIdentifier}` - `GET /accounts/{address}/history/{tokenIdentifier}/count` - `GET /accounts/{address}/keys` - `GET /accounts/{address}/nfts` - `GET /accounts/{address}/nfts/count` - `GET /accounts/{address}/nfts/{nft}` - `GET /accounts/{address}/results` - `GET /accounts/{address}/results/count` - `GET /accounts/{address}/results/{scHash}` - `GET /accounts/{address}/roles/collections` - `GET /accounts/{address}/roles/collections/count` - `GET /accounts/{address}/roles/collections/{collection}` - `GET /accounts/{address}/roles/tokens` - `GET /accounts/{address}/roles/tokens/count` - `GET /accounts/{address}/roles/tokens/{identifier}` - `GET /accounts/{address}/stake` - `GET /accounts/{address}/tokens` - `GET /accounts/{address}/tokens/count` - `GET /accounts/{address}/tokens/{token}` - `GET /accounts/{address}/transactions` - `GET /accounts/{address}/transactions/count` - `GET /accounts/{address}/transfers` - `GET /accounts/{address}/transfers/count` - `GET /accounts/{address}/upgrades` - `GET /accounts/{address}/verification` - `GET /accounts/{address}/waiting-list` - `GET /address/{address}` - `GET /address/{address}/balance` - `GET /address/{address}/esdt` - `GET /address/{address}/guardian-data` - `GET /address/{address}/key/{key}` - `GET /address/{address}/keys` - `GET /address/{address}/nonce` - `GET /address/{address}/shard` - `GET /applications` - `GET /applications/count` - `GET /applications/{address}` - `GET /batch/{address}` - `GET /batch/{address}/{id}` - `GET /block/{shard}/by-hash/{hash}` - `GET /block/{shard}/by-nonce/{nonce}` - `GET /blocks` - `GET /blocks/count` - `GET /blocks/latest` - `GET /blocks/{hash}` - `GET /collections` - `GET /collections/count` - `GET /collections/{collection}` - `GET /collections/{collection}/nfts` - `GET /collections/{collection}/nfts/count` - `GET /collections/{collection}/ranks` - `GET /collections/{collection}/transactions` - `GET /collections/{collection}/transactions/count` - `GET /collections/{collection}/transfers` - `GET /collections/{collection}/transfers/count` - `GET /collections/{identifier}/accounts` - `GET /constants` - `GET /dapp/config` - `GET /delegation` - `GET /delegation-legacy` - `GET /economics` - `GET /events` - `GET /events/count` - `GET /events/{txHash}` - `GET /hello` - `GET /hyperblock/by-hash/{hash}` - `GET /hyperblock/by-nonce/{nonce}` - `GET /identities` - `GET /identities/{identifier}` - `GET /identities/{identifier}/avatar` - `GET /keys/{key}/unbond-period` - `GET /mex/economics` - `GET /mex/farms` - `GET /mex/farms/count` - `GET /mex/pairs` - `GET /mex/pairs/count` - `GET /mex/pairs/{baseId}/{quoteId}` - `GET /mex/tokens` - `GET /mex/tokens/count` - `GET /mex/tokens/prices/daily/{identifier}` - `GET /mex/tokens/prices/hourly/{identifier}` - `GET /mex/tokens/{identifier}` - `GET /miniblocks` - `GET /miniblocks/{miniBlockHash}` - `GET /network/config` - `GET /network/economics` - `GET /network/gas-configs` - `GET /network/status/{shard}` - `GET /nfts` - `GET /nfts/count` - `GET /nfts/{identifier}` - `GET /nfts/{identifier}/accounts` - `GET /nfts/{identifier}/accounts/count` - `GET /nfts/{identifier}/supply` - `GET /nfts/{identifier}/thumbnail` - `GET /nfts/{identifier}/transactions` - `GET /nfts/{identifier}/transactions/count` - `GET /nfts/{identifier}/transfers` - `GET /nfts/{identifier}/transfers/count` - `GET /node/heartbeatstatus` - `GET /node/waiting-epochs-left/{key}` - `GET /nodes` - `GET /nodes/count` - `GET /nodes/versions` - `GET /nodes/{bls}` - `GET /pool` - `GET /pool/count` - `GET /pool/{txhash}` - `GET /providers` - `GET /providers/{address}` - `GET /providers/{address}/accounts` - `GET /providers/{address}/accounts/count` - `GET /providers/{address}/avatar` - `GET /results` - `GET /results/count` - `GET /results/{scHash}` - `GET /rounds` - `GET /rounds/count` - `GET /rounds/{shard}/{round}` - `GET /shards` - `GET /stake` - `GET /stats` - `GET /tags` - `GET /tags/count` - `GET /tags/{tag}` - `GET /tokens` - `GET /tokens/count` - `GET /tokens/{identifier}` - `GET /tokens/{identifier}/accounts` - `GET /tokens/{identifier}/accounts/count` - `GET /tokens/{identifier}/logo/png` - `GET /tokens/{identifier}/logo/svg` - `GET /tokens/{identifier}/supply` - `GET /tokens/{identifier}/transactions` - `GET /tokens/{identifier}/transactions/count` - `GET /tokens/{identifier}/transfers` - `GET /tokens/{identifier}/transfers/count` - `GET /transaction/{txHash}` - `GET /transaction/{txHash}/process-status` - `GET /transaction/{txHash}/status` - `GET /transactions` - `GET /transactions/count` - `GET /transactions/ppu/{shardId}` - `GET /transactions/{txHash}` - `GET /transfers` - `GET /transfers/count` - `GET /usernames/{username}` - `GET /validator/statistics` - `GET /waiting-list` - `GET /waiting-list/count` - `GET /websocket/config` - `POST /assets` - `POST /assets/auth` - `POST /assets/convert` - `POST /batch` - `POST /contract-assets` - `POST /nfts/process` - `POST /query` - `POST /transaction/cost` - `POST /transaction/send` - `POST /transaction/send` - `POST /transaction/send-multiple` - `POST /transaction/send-user-funds` - `POST /transaction/simulate` - `POST /transactions` - `POST /transactions/decode`