cURL
curl --request GET \ --url https://api.walletsuite.io/api/price/{symbol} \ --header 'x-api-key: <api-key>'
{ "symbol": "<string>", "basePair": "<string>", "value": 123, "updatedAt": "2023-11-07T05:31:56Z" }
Returns the latest price from DB; if missing, refreshes from provider and returns it.
API key provided by WalletSuite team
Asset symbol
Base pair (default USD)
OK
Was this page helpful?