Skip to main content

Use this endpoint to get all Banks.

GET api.linkio.world/transactions/v1/payment_wallets
const options = {
  method: 'GET',
  headers: {
    accept: 'application/json',
    'ngnc-sec-key': 'Bridge_Secret_Key',
    'content-type': 'application/json'
  },
};

fetch('https://api.linkio.world/transactions/v1/live/payment_wallets', options)
  .then(response => response.json())
  .then(response => console.log(response))
  .catch(err => console.error(err));

API Reference

You can view the API reference for working with Payment wallet
Get Payment Banks Get All Transactions