Authorizations
API key authentication with Bearer token. Include the API key in the Authorization header as 'Bearer YOUR_API_KEY'
Environment identifier for the Grid API. Use 'sandbox' for testing on devnet or 'production' for production on mainnet.
Path Parameters
Account address
Example:
"11111111111111111111111111111112"
Query Parameters
Page number for pagination
Required range:
x >= 1
Number of items per page
Required range:
1 <= x <= 100
Filter by status
Available options:
active
, paused
, cancelled
, completed