Get invoices
Query parameters
App ID
Limit
Offset
Field
Type order
Search ID
Filter status
[ "pending" ]
Currency
Overpayment
Start date
End date
Response
Invoices
Example response
{
"items": [
{
"id": "60ffb075",
"amount": "1000000000",
"overpayment": "1000000000",
"description": "Test description",
"status": "pending",
"pay_to_address": "0:97146a46acc2654y27947f14c4a4b14273e954f78bc017790b41208b0043200b",
"paid_by_address": "0:97146a46acc2654y27947f14c4a4b14273e954f78bc017790b41208b0043200b",
"payment_link": "https://app.tonkeeper.com/transfer/UQ....UQ",
"info": {
"first_key": "1",
"second_key": 2
},
"date_change": 1690889913000,
"date_expire": 1690889913000,
"date_create": 1690889913000
}
],
"count": 1000
}Changes
Changed in 8 of the 50 revisions of this API.437
- ▲
for the
queryrequest parametercurrency, default valueTONwas removedrequest-parameter-default-value-removed
- ○
the
response's property default valueTONwas removed for the statusresponse-property-default-value-removed
- ▲
- ○
added the new optional
queryrequest parametercurrencynew-optional-request-parameter
- ○
- ○
added the required property
//to the response with the statusresponse-required-property-added
- ○
- ○
added the optional property
//to the response with the statusresponse-optional-property-added
- ○
- ○
added the new optional
queryrequest parameterendnew-optional-request-parameter
- ○
added the new optional
queryrequest parameterstartnew-optional-request-parameter
- ○
- ▲
removed the required property
//from the response with the statusresponse-required-property-removed
- ▲
removed the required property
//from the response with the statusresponse-required-property-removed
- ○
added the required property
//to the response with the statusresponse-required-property-added
- ▲
- ▲
the
//response's property type changed fromnumbertostringfor statusresponse-property-type-changed
- ▲
- ●
removed the optional property
//from the response with the statusresponse-optional-property-removed
- ●
removed the optional property
//from the response with the statusresponse-optional-property-removed
- ●
removed the optional property
//from the response with the statusresponse-optional-property-removed
- ●