cURL
curl --request GET \ --url https://api.arbiterapi.com/v1/wallets/{address}/activity \ --header 'X-API-Key: <api-key>'
{ "detail": [ { "loc": [ "<string>" ], "msg": "<string>", "type": "<string>" } ] }
Get all on-chain activity for a wallet: trades, merges, splits, redeems.
1 <= x <= 500
x >= 0
Filter: TRADE, SPLIT, MERGE, REDEEM, REWARD, CONVERSION
Successful Response