Prices
Get Prices
Prices
Get Prices
GET
/
prices
/
{app_id}
[
{
"id": "<string>",
"type": "static",
"kyc_id": "<string>",
"trigger_id": "<string>",
"currency": "<string>",
"amount": 123,
"metadata": {},
"name": "<string>",
"expired": true,
"views": 123,
"network_type": "mainnet",
"created_at": "2023-11-07T05:31:56Z",
"updated_at": "2023-11-07T05:31:56Z",
"contract": "<string>",
"chain": "<string>",
"category": "payment"
}
]
Path Parameters
Query Parameters
Required range:
x >= 1
Required range:
x >= 1
Response
200 - application/json
The response is of type object[]
.
[
{
"id": "<string>",
"type": "static",
"kyc_id": "<string>",
"trigger_id": "<string>",
"currency": "<string>",
"amount": 123,
"metadata": {},
"name": "<string>",
"expired": true,
"views": 123,
"network_type": "mainnet",
"created_at": "2023-11-07T05:31:56Z",
"updated_at": "2023-11-07T05:31:56Z",
"contract": "<string>",
"chain": "<string>",
"category": "payment"
}
]