Search Pledge
get
Authorizations
X-Ledger-API-KeystringRequired
If you've set up your API Key when initializing your LAM, you'll need to include it as a header along with the api user header. For more details, see step 5 of the get started documentation.
X-Ledger-API-UserstringRequired
(required) Username of a registered API User
Query parameters
account_idinteger · nullableOptionalDefault:
Account id
nullExample: 5asset_manager_idinteger · nullableOptionalDefault:
Asset manager id
nullExample: 5exchange_idinteger · nullableOptionalDefault:
Exchange id
nullExample: 5pageinteger · min: 1 · nullableOptionalDefault:
Defines the page number to be fetched.
1Example: 3page_sizeinteger · min: -1 · nullableOptionalDefault:
Defines the number of elements displayed on a page. Must be a positive number with 0 and -1 being special values to return a maximum defined in the gate
20Example: 40Responses
200
pledge search results
application/json
400
invalid search parameters
application/json
get
/pledgesLast updated