Get a Pledge by ID
get
Get a pledge by id
Authorizations
Path parameters
pledge_idintegerRequired
pledge's id
Responses
200
pledge object
application/json
404
pledge not found
application/json
get
GET /pledges/{pledge_id} HTTP/1.1
Host:
X-Ledger-API-Key: YOUR_API_KEY
Accept: */*
{
"account_id": 1,
"amount": 1,
"asset_manager": {
"code": "text",
"id": "text",
"name": "text",
"role": "text"
},
"custodian": {
"code": "text",
"id": "text",
"name": "text",
"role": "text"
},
"exchange": {
"code": "text",
"id": "text",
"name": "text",
"role": "text"
},
"id": "123e4567-e89b-12d3-a456-426614174000",
"pending": 1,
"pledge_subaccount_id": 1,
"state": "ASSIGNED_TO_SETTLEMENT"
}
Last updated