cURL
curl --request GET \ --url https://api.aisa.one/apis/v1/financial/crypto/prices/snapshot \ --header 'Authorization: Bearer <token>'
{ "snapshot": { "price": 123, "ticker": "<string>", "day_change": 123, "day_change_percent": 123, "time": "<string>" } }
Get the real-time price snapshot for a cryptocurrency.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
The cryptocurrency ticker symbol (e.g., BTC-USD or TRUMP-USD).
Price snapshot response
Show child attributes