Logo
Ratio Public API Documentation

List Activity Items

GET {{baseUrl}}/v1/users/{{userId}}/activity?pageToken={{pageToken}}&pageSize=<string>&fromCreateTime=<string>&toCreateTime=<string>&walletId={{walletId}}&cryptoCurrency=<string>&cryptoStatus=<string>&fiatStatus=<string>

 

Body PARAM

Key Datatype Required Description 
pageToken
string Query for the next page of activity using the specified token
pageSize
string Query for activity with the specified page size
fromCreateTime
string Query for activity created on/after the specified time
toCreateTime
string Query for activity created on/before the specified time
walletId
string Query for activity using the specified wallet ID
cryptoCurrency
string Query for activity containing the specified crypto currency
cryptoStatus
string Query for activity with crypto in the specified status(es)
fiatStatus
string
Curl
curl -X GET '/v1/users//activity?pageToken=&pageSize=<string>&fromCreateTime=<string>&toCreateTime=<string>&walletId=&cryptoCurrency=<string>&cryptoStatus=<string>&fiatStatus=<string>?pageToken=&pageSize=<string>&fromCreateTime=<string>&toCreateTime=<string>&walletId=&cryptoCurrency=<string>&cryptoStatus=<string>&fiatStatus=<string>' -H 'Accept: application/json' -H 'ratio-client-id: ' -H 'ratio-client-secret: '

ENDPOINTS