cURL
curl --request POST \ --url https://marketplace-api.sequence.app/amoy/rpc/Marketplace/ListCurrencies \ --header 'Content-Type: application/json' \ --header 'X-Access-Key: <api-key>' \ --data '{}'
{ "currencies": [ { "id": 123, "chainId": 123, "contractAddress": "<string>", "status": "unknown", "name": "<string>", "symbol": "<string>", "decimals": 123, "imageUrl": "<string>", "exchangeRate": 123, "defaultChainCurrency": true, "nativeCurrency": true, "createdAt": "<string>", "updatedAt": "<string>", "refreshMetadataJob": 123, "deletedAt": "<string>" } ] }
Documentation IndexFetch the complete documentation index at: https://docs.sequence.xyz/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://docs.sequence.xyz/llms.txt
Use this file to discover all available pages before exploring further.
Public project access key for authenticating requests obtained on Sequence Builder. Example Test Key: AQAAAAAAAEGvyZiWA9FMslYeG_yayXaHnSI
The body is of type object.
object
OK
[]Currency
Show child attributes
このページは役に立ちましたか?