devnet.api-gcp.multiversx-api.buidly.com Open in urlscan Pro
34.38.106.214  Public Scan

URL: https://devnet.api-gcp.multiversx-api.buidly.com/
Submission: On April 04 via api from US — Scanned from US

Form analysis 1 forms found in the DOM

<form class="download-url-wrapper"><input class="download-url-input" type="text" value=""><button class="download-url-button button">Explore</button></form>

Text Content

Explore


MULTIVERSX API

 1.0.0 

OAS 3.0

The API is built to allow you to create apps or integrations quickly and easily.

This API is organized around REST principles, so if you've interacted with
RESTful APIs before, many of the concepts will look familiar.


REQUEST

 * Requests with a message body use JSON. Successful requests will return a 2xx
   HTTP status.


RESPONSE

 * JSON will be returned for all responses, including errors.


PARAMETERS

 * Some endpoints accept optional parameters which can be passed as query string
   params.
 * All parameters are documented along each endpoint.


COMPLEXITY

 * In order to better optimize the available resources, a complexity evaluation
   is performed before the execution of every request.

 * The maximum complexity available is currently hardcoded at 10000

 * When listing entries, every element in the list adds 1 to the complexity,
   thus making it possible to retrieve a maximum of 10000 elements in list
   endpoints.

 * If some extra info is requested, such as withScResults in the /transactions
   endpoint, the complexity calculation for the list is overridden with the
   complexity calculation of the requested field. In this situation,
   withScResults will multiply the number of items with 200, thus limiting the
   maximum requested size to 50

 * Some fields use the same amount of resources whether one or more of them are
   requested. In this situation, the fields will be grouped together, regardless
   whether one or more of the same group are requested. The endpoints
   /transactions?size=50&withOperations=true will produce the same complexity as
   /transactions?size=50&withOperations=true&withLogs=true&withScResults=true
   since they all belong to the group details


FIELDS

 * In order to fetch only specific fields from the response, the fields
   parameter can be used:
   * /accounts?fields=address,balance for arrays
   * /economics?fields=price,marketCap for object


EXTRACT

 * In order to extract a scalar value from an object response, the extract
   parameter can be used:
   * /economics?extract=price


CLEANUP

 * If the value of an attribute is undefined, "" (empty string), null, [ ]
   (empty array) the attribute will be omitted.


PAGINATION

 * Requests that return multiple items will be paginated to 25 items by default.
 * For a different number of items or for the next pages ?from= and size= can be
   used.

Find out more about Multiversx API



ACCOUNTS

GET/accounts
Accounts details

GET/accounts/count
Total number of accounts

GET/accounts/{address}
Account details

GET/accounts/{address}/deferred
Account deferred payment details

GET/accounts/{address}/verification
Account verification details

GET/accounts/{address}/tokens
Account tokens

GET/accounts/{address}/tokens/count
Account token count

GET/accounts/{address}/tokens/{token}
Account token details

GET/accounts/{address}/roles/collections
Account collections

GET/accounts/{address}/roles/collections/count
Account collection count

GET/accounts/{address}/roles/collections/{collection}
Account collection details

GET/accounts/{address}/roles/tokens
Account token roles

GET/accounts/{address}/roles/tokens/count
Account token roles count

GET/accounts/{address}/roles/tokens/{identifier}
Account token roles details

GET/accounts/{address}/collections
Account collections

GET/accounts/{address}/collections/count
Account collection count

GET/accounts/{address}/collections/{collection}
Account collection details

GET/accounts/{address}/nfts
Account NFTs

GET/accounts/{address}/nfts/count
Account NFT/SFT tokens count

GET/accounts/{address}/nfts/{nft}
Account NFT/SFT token details

GET/accounts/{address}/stake
Account stake details

GET/accounts/{address}/delegation
Account delegations with staking providers

GET/accounts/{address}/delegation-legacy
Account legacy delegation details

GET/accounts/{address}/keys
Account nodes

GET/accounts/{address}/waiting-list
Account queued nodes

GET/accounts/{address}/transactions
Account transaction list

GET/accounts/{address}/transactions/count
Account transactions count

GET/accounts/{address}/transfers
Account value transfers

GET/accounts/{address}/transfers/count
Account transfer count

GET/accounts/{address}/contracts
Account smart contracts details

GET/accounts/{address}/contracts/count
Account contracts count

GET/accounts/{address}/upgrades
Account upgrades details

GET/accounts/{address}/results
Account smart contract results

GET/accounts/{address}/results/count
Account smart contracts results count

GET/accounts/{address}/results/{scHash}
Account smart contract result

GET/accounts/{address}/sc-results
Account smart contract results

GET/accounts/{address}/sc-results/count
Account smart contracts results count

GET/accounts/{address}/sc-results/{scHash}
Account smart contract result

GET/accounts/{address}/history
Account history

GET/accounts/{address}/history/count
Account history count

GET/accounts/{address}/history/{tokenIdentifier}/count
Account token history count

GET/accounts/{address}/history/{tokenIdentifier}
Account token history



BLOCKS

GET/blocks
Blocks

GET/blocks/count
Blocks count

GET/blocks/latest
Block details

GET/blocks/{hash}
Block details



COLLECTIONS

GET/collections
Collections

GET/collections/count
Collection count

GET/collections/{collection}
Collection details

GET/collections/{collection}/ranks
Collection ranks

GET/collections/{collection}/nfts
Collection NFTs

GET/collections/{collection}/nfts/count
Collection NFT count

GET/collections/{identifier}/accounts
Collection accounts

GET/collections/{collection}/transactions
Collection transactions

GET/collections/{collection}/transactions/count
NFT transactions count

GET/collections/{identifier}/logo/png
Collection png logo

GET/collections/{identifier}/logo/svg
Collection png logo



DELEGATION

GET/delegation
Delegation statistics

GET/delegation-legacy
Legacy delegation statistics



IDENTITIES

GET/identities
Identities

GET/identities/{identifier}
Identity details

GET/identities/{identifier}/avatar
Identity avatar



KEYS

GET/keys/{key}/unbond-period
Unbonding period



MINIBLOCKS

GET/miniblocks
Miniblocks details

GET/miniblocks/{miniBlockHash}
Miniblock details



NETWORK

GET/constants
Network constants

GET/economics
Network economics

GET/stats
Network statistics

GET/about
About



NFTS

GET/nfts
Global NFTs

GET/nfts/count
Global NFT count

GET/nfts/{identifier}
NFT details

GET/nfts/{identifier}/thumbnail
NFT thumbnail

GET/nfts/{identifier}/supply
NFT supply

GET/nfts/{identifier}/owners


GET/nfts/{identifier}/owners/count


GET/nfts/{identifier}/accounts
NFT accounts

GET/nfts/{identifier}/accounts/count
NFT accounts count

GET/nfts/{identifier}/transactions
NFT transactions

GET/nfts/{identifier}/transactions/count
NFT transactions count



TAGS

GET/tags
NFT Tags

GET/tags/count
Total number of NFT Tags

GET/tags/{tag}
Tag details



NODES

GET/nodes
Nodes

GET/nodes/versions
Node versions

GET/nodes/count
Nodes count

GET/nodes/{bls}
Node



PROVIDERS

GET/providers
Providers

GET/providers/{address}
Provider

GET/providers/{address}/avatar
Provider avatar



ROUNDS

GET/rounds
Rounds

GET/rounds/count
Rounds count

GET/rounds/{shard}/{round}
Round



RESULTS

GET/results
Smart contract results

GET/results/count
Smart contracts count

GET/results/{scHash}
Smart contract results details



SHARDS

GET/shards
Shards



STAKE

GET/stake
Stake



TOKENS

GET/tokens
Tokens

GET/tokens/count
Tokens count

GET/tokens/{identifier}
Token

GET/tokens/{identifier}/supply
Token supply

GET/tokens/{identifier}/accounts
Token accounts

GET/tokens/{identifier}/accounts/count
Token accounts count

GET/tokens/{identifier}/transactions
Token transactions

GET/tokens/{identifier}/transactions/count
Token transactions count

GET/tokens/{identifier}/roles
Token roles

GET/tokens/{identifier}/roles/{address}
Token address roles

GET/tokens/{identifier}/transfers
Token value transfers

GET/tokens/{identifier}/transfers/count
Account transfer count

GET/tokens/{identifier}/logo/png


GET/tokens/{identifier}/logo/svg




TRANSACTIONS

GET/transactions
Transaction list

POST/transactions
Send transaction

GET/transactions/count
Transactions count

GET/transactions/{txHash}
Transaction details

POST/transactions/decode
Decode transaction



USERNAMES

GET/usernames/{username}
Account details by username



QUERY

POST/query
VM query



WAITING-LIST

GET/waiting-list
Waiting list

GET/waiting-list/count
Waiting list count



DEFAULT

GET/hello
Health check

POST/nfts/process
Trigger NFT media/metadata reprocessing

POST/batch


GET/batch/{address}/{id}


GET/batch/{address}




DAPP/CONFIG

GET/dapp/config
Dapp configuration



WEBSOCKET

GET/websocket/config
Websocket configuration



TRANSFERS

GET/transfers
Value transfers

GET/transfers/count
Account transfer count



POOL

GET/pool
Transactions pool

GET/pool/count
Transactions pool count

GET/pool/{txhash}
Transaction from pool


SCHEMAS

Amount
AccountAssets
Account
ScamInfo
AccountDetailed
AccountDeferred
AccountVerificationSource
AccountVerification
TokenAssets
TokenWithBalance
CollectionTraitAttribute
CollectionTrait
CollectionAuctionStats
CollectionRoles
NftCollectionWithRoles
TokenRoles
TokenWithRoles
NftCollectionAccount
NftMedia
NftMetadataError
NftMetadata
NftRarity
NftRarities
UnlockMileStoneModel
NftAccount
ProviderUnstakedTokens
ProviderStake
AccountUndelegation
AccountDelegation
AccountDelegationLegacy
AccountKey
WaitingList
TransactionAction
Transaction
DeployedContract
ContractUpgrades
TransactionLog
SmartContractResult
AccountHistory
AccountEsdtHistory
Identity
Block
BlockDetailed
NftCollection
NftCollectionDetailed
NftRank
Nft
CollectionAccount
Delegation
DelegationLegacy
KeyUnbondPeriod
MiniBlockDetailed
NetworkConstants
Economics
Stats
FeatureConfigs
About
NftSupply
NftOwner
Tag
Node
Provider
Round
RoundDetailed
Shard
GlobalStake
TokenDetailed
EsdtSupply
TokenAccount
TransactionReceipt
TransactionOperation
TransactionDetailed
TransactionCreate
TransactionSendResult
TransactionDecodeDto
AccountUsername
VmQueryRequest
DappConfig
WebsocketConfig
ProcessNftRequest
TransactionBatchSimplified
TransactionInPool