Skip to main content
GET
/
crypto
/
prices
/
snapshot
Get crypto price snapshot
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>"
  }
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Query Parameters

ticker
string
required

The cryptocurrency ticker symbol (e.g., BTC-USD or TRUMP-USD).

Response

Price snapshot response

snapshot
object