curl --request POST \
--url https://staging-api.liquidity.walletos.xyz/v1/ext/wallet/create \
--header 'Content-Type: application/json' \
--data '
{
"entityId": "{{entityId}}",
"walletType": "USER"
}
'{
"message": "Wallets created",
"wallets": [
{
"id": "97500af1-0964-419e-9ed6-3a3aeb1285bc",
"slug": "NGN Wallet",
"description": "NGN Wallet",
"currency": "NGN",
"balance": "0",
"permissions": {
"permissionType": "OWNER",
"permissionFlowType": "ALL"
},
"settings": {
"walletType": "USER",
"approvalThreshold": 1,
"displayCurrency": "NGN",
"fundingCurrencies": [
"USD",
"NGN"
],
"withdrawalCurrencies": [
"USD",
"NGN"
],
"showBalance": true
}
},
{
"id": "af520cb7-5205-4cfb-ab50-ab4802a488fd",
"slug": "USD Wallet",
"description": "NGN Wallet",
"currency": "USD",
"balance": "0",
"permissions": {
"permissionType": "OWNER",
"permissionFlowType": "ALL"
},
"settings": {
"walletType": "USER",
"approvalThreshold": 1,
"displayCurrency": "USD",
"fundingCurrencies": [
"USD",
"NGN"
],
"withdrawalCurrencies": [
"USD",
"NGN"
],
"showBalance": true
}
}
]
}curl --request POST \
--url https://staging-api.liquidity.walletos.xyz/v1/ext/wallet/create \
--header 'Content-Type: application/json' \
--data '
{
"entityId": "{{entityId}}",
"walletType": "USER"
}
'{
"message": "Wallets created",
"wallets": [
{
"id": "97500af1-0964-419e-9ed6-3a3aeb1285bc",
"slug": "NGN Wallet",
"description": "NGN Wallet",
"currency": "NGN",
"balance": "0",
"permissions": {
"permissionType": "OWNER",
"permissionFlowType": "ALL"
},
"settings": {
"walletType": "USER",
"approvalThreshold": 1,
"displayCurrency": "NGN",
"fundingCurrencies": [
"USD",
"NGN"
],
"withdrawalCurrencies": [
"USD",
"NGN"
],
"showBalance": true
}
},
{
"id": "af520cb7-5205-4cfb-ab50-ab4802a488fd",
"slug": "USD Wallet",
"description": "NGN Wallet",
"currency": "USD",
"balance": "0",
"permissions": {
"permissionType": "OWNER",
"permissionFlowType": "ALL"
},
"settings": {
"walletType": "USER",
"approvalThreshold": 1,
"displayCurrency": "USD",
"fundingCurrencies": [
"USD",
"NGN"
],
"withdrawalCurrencies": [
"USD",
"NGN"
],
"showBalance": true
}
}
]
}Was this page helpful?