Skip to Content
TutorialsHow to buy liquidity using Magma

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 } } }

Click here to open the query in the Apollo Explorer.

Last updated on