Skip to main content
GET
List grants.

Authorizations

x-api-key
string
header
required

LedgerUp API Key.

Query Parameters

limit
integer<int64>
default:100

Maximum number of records to return. Defaults to 100.

Required range: 1 <= x <= 100
starting_after
string

Cursor resource id from the previous page. Return records created after this resource id, ordered by created_at then id.

currency
string

Return only grants for this currency. Normalized to lowercase.

Pattern: ^[A-Za-z]{3}$
Example:

"usd"

Response

Page of resources.

data
object[]
required
has_more
boolean
required

True when additional records are available after the returned page.

Example:

false