18 lines
355 B
JSON
18 lines
355 B
JSON
|
|
{
|
||
|
|
"status": {
|
||
|
|
"pending": "Pendiente",
|
||
|
|
"completed": "Completada",
|
||
|
|
"userCancelled": "Cancelada por Usuario",
|
||
|
|
"adminCancelled": "Cancelada por Admin",
|
||
|
|
"noShow": "No Presente"
|
||
|
|
},
|
||
|
|
"direction": {
|
||
|
|
"buy": "COMPRAR BTC",
|
||
|
|
"sell": "VENDER BTC"
|
||
|
|
},
|
||
|
|
"transferMethod": {
|
||
|
|
"onchain": "Onchain",
|
||
|
|
"lightning": "Lightning"
|
||
|
|
}
|
||
|
|
}
|