API Documentation
This documentation provides the necessary information to integrate with our API and start building
Endpoints
https://v2.api.liqwid.finance/graphqlhttps://v2.api.preview.liqwid.dev/graphqlRequest Headers
X-App-Source: <app-name>Get Basic Markets
query GetBasicMarket($input: MarketsInput) {
liqwid {
data {
markets(input: $input) {
page
pagesCount
perPage
totalCount
results {
id
displayName
supplyAPY
borrowAPY
lqSupplyAPY
batching
private
delisting
exchangeRate
receiptAsset {
currencySymbol
}
asset {
price
logo
decimals
currencySymbol
hexName
}
}
}
}
}
}Input
Field
Type
Description
Build a Supply Transaction
Input
Input field
Type
Description
What you receive & how to submit
Input
Build a Withdraw Transaction
Input
Input fields (same as supply, except amount)
amount)amount for withdraw
amount for withdrawCustom Fees
Issues & Complex Integrations
Last updated