Orders
Create order
{
"amount": 20,
"currency": "PEN",
"transaction": {
"customer": {
"name": "John Doe",
"email": "sample@gmail.com"
},
"networkId": 1,
"cryptoId": 2
},
"metadata": {
"description": "Curso de criptomonedas",
"order": "order-001",
"hash": "curso-001"
}
}Last updated