How to buy liquidity using Magma
Interacting as a buyer on Magma
1. Pay for an Order
Authenticated Endpoint: requires an API key
⚠️
If the order is in the WAITING_FOR_BUYER_PAYMENT you can pay the request.
Get all of your orders to find the requests you need to pay.
query GetUserOrders {
getUserOrders {
list {
status
request
}
}
}
Last updated on