GET v2/lightning/GetChargeList?page={page}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
page | string |
Required |
Body Parameters
None.
Response Information
Resource Description
CustomModelOfListOfChargesName | Description | Type | Additional information |
---|---|---|---|
data | DataOfListOfCharges |
None. |
Response Formats
application/json, text/json
Sample:
{ "data": { "items": [ { "id": "sample string 1", "description": "sample string 2", "reference": "sample string 3", "type": "sample string 4", "price": 5.1, "amount": 6.1, "status": "sample string 7", "processed_at": 8.1, "created_at": "2024-11-15T00:00:38.1393219+00:00", "fee": 10.1, "fiat_value": 11.1, "notes": {}, "custom_id": {}, "callback_url": {}, "order_id": {}, "metadata": { "email": "sample string 1", "invoice_id": "sample string 2" }, "address": "sample string 16", "exchanged": true, "net_fiat_value": 18.1, "settled_at": {}, "payment_method": "sample string 20" }, { "id": "sample string 1", "description": "sample string 2", "reference": "sample string 3", "type": "sample string 4", "price": 5.1, "amount": 6.1, "status": "sample string 7", "processed_at": 8.1, "created_at": "2024-11-15T00:00:38.1393219+00:00", "fee": 10.1, "fiat_value": 11.1, "notes": {}, "custom_id": {}, "callback_url": {}, "order_id": {}, "metadata": { "email": "sample string 1", "invoice_id": "sample string 2" }, "address": "sample string 16", "exchanged": true, "net_fiat_value": 18.1, "settled_at": {}, "payment_method": "sample string 20" } ], "foundItems": 1, "pageSize": 2, "page": 3, "totalItems": 4 } }
text/xml
Sample:
<CustomModelOfListOfChargesAFwGVLaX xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/OkxV5.Lib.OpenNodeModels"> <data> <foundItems>1</foundItems> <items xmlns:d3p1="http://schemas.datacontract.org/2004/07/OkxV5.Lib.OpenNodeModels.GetModels"> <d3p1:ListOfCharges> <d3p1:address>sample string 16</d3p1:address> <d3p1:amount>6.1</d3p1:amount> <d3p1:callback_url /> <d3p1:created_at>2024-11-15T00:00:38.1393219+00:00</d3p1:created_at> <d3p1:custom_id /> <d3p1:description>sample string 2</d3p1:description> <d3p1:exchanged>true</d3p1:exchanged> <d3p1:fee>10.1</d3p1:fee> <d3p1:fiat_value>11.1</d3p1:fiat_value> <d3p1:id>sample string 1</d3p1:id> <d3p1:metadata> <d3p1:email>sample string 1</d3p1:email> <d3p1:invoice_id>sample string 2</d3p1:invoice_id> </d3p1:metadata> <d3p1:net_fiat_value>18.1</d3p1:net_fiat_value> <d3p1:notes /> <d3p1:order_id /> <d3p1:payment_method>sample string 20</d3p1:payment_method> <d3p1:price>5.1</d3p1:price> <d3p1:processed_at>8.1</d3p1:processed_at> <d3p1:reference>sample string 3</d3p1:reference> <d3p1:settled_at /> <d3p1:status>sample string 7</d3p1:status> <d3p1:type>sample string 4</d3p1:type> </d3p1:ListOfCharges> <d3p1:ListOfCharges> <d3p1:address>sample string 16</d3p1:address> <d3p1:amount>6.1</d3p1:amount> <d3p1:callback_url /> <d3p1:created_at>2024-11-15T00:00:38.1393219+00:00</d3p1:created_at> <d3p1:custom_id /> <d3p1:description>sample string 2</d3p1:description> <d3p1:exchanged>true</d3p1:exchanged> <d3p1:fee>10.1</d3p1:fee> <d3p1:fiat_value>11.1</d3p1:fiat_value> <d3p1:id>sample string 1</d3p1:id> <d3p1:metadata> <d3p1:email>sample string 1</d3p1:email> <d3p1:invoice_id>sample string 2</d3p1:invoice_id> </d3p1:metadata> <d3p1:net_fiat_value>18.1</d3p1:net_fiat_value> <d3p1:notes /> <d3p1:order_id /> <d3p1:payment_method>sample string 20</d3p1:payment_method> <d3p1:price>5.1</d3p1:price> <d3p1:processed_at>8.1</d3p1:processed_at> <d3p1:reference>sample string 3</d3p1:reference> <d3p1:settled_at /> <d3p1:status>sample string 7</d3p1:status> <d3p1:type>sample string 4</d3p1:type> </d3p1:ListOfCharges> </items> <page>3</page> <pageSize>2</pageSize> <totalItems>4</totalItems> </data> </CustomModelOfListOfChargesAFwGVLaX>