💵Get Vault Balance
Base URL
All API requests should be made to the following base URL:
API Endpoints
Get All Known Projects
Fetches all known asset chains (for use in the verified vaults call).
Endpoint:
Path Parameters:
tokenId
(required): The tokenId to check balance of
Query string Parameters:
live
(optional): get live balances (true) or recorded balance (false)
Responses:
200 OK
- The request was successful, and the list of asset chains is returned.Example successful response:
400 Bad Request
- The request was unsuccessful due to incorrect input or an error in processing. Check the response body for more information.Example response for empty set:
Examples
Here's an example using the request library in Node.js to make a request to the API with the provided tokenId:
CURL
Last updated