Prices
Create Price
Prices
Create Price
POST
/
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
Body
application/json
Response
201 - 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"
}