Transfer
List Transfers
curl -X GET "https://api.sandbox.spherepay.co/v1/transfer"
fetch("https://api.sandbox.spherepay.co/v1/transfer")
package main
import (
"fmt"
"net/http"
"io/ioutil"
)
func main() {
url := "https://api.sandbox.spherepay.co/v1/transfer"
req, _ := http.NewRequest("GET", url, nil)
res, _ := http.DefaultClient.Do(req)
defer res.Body.Close()
body, _ := ioutil.ReadAll(res.Body)
fmt.Println(res)
fmt.Println(string(body))
}
import requests
url = "https://api.sandbox.spherepay.co/v1/transfer"
response = requests.request("GET", url)
print(response.text)
{
"ok": true,
"object": "object",
"statusCode": 200,
"error": null,
"message": "success",
"data": {
"transfers": [
{
"id": "payout_e5d39af15cbc431b8aadc7264dc7515b",
"number": 6,
"type": "onRamp",
"status": "pending",
"meta": {},
"lookupKey": null,
"amount": "1.00",
"finalAmount": "1.00",
"fee": "0.00",
"source": {
"id": "bankAccount_27ab899aa4134f0fb5ccfdf5a99a0fda",
"currency": "usd",
"network": "achPush"
},
"funding": {
"id": "bankAccount_15e94e2bfd614a0483afe09f96dae90a",
"currency": "usd",
"network": "achPush"
},
"destination": {
"id": "wallet_89fd3fb1e7cc4581af8199e9bde8326c",
"currency": "usdc",
"network": "ethereum"
},
"instructions": {
"memo": "BRGPM4FWEGXSR86NJFYD",
"imad": null,
"omad": null,
"human": "Send 1 usd via the achPush network from bankAccount_27ab899aa4134f0fb5ccfdf5a99a0fda with an account number of ********9922 to bankAccount_15e94e2bfd614a0483afe09f96dae90a with an account number of ********1267. After sending usd, the payout will be funded and 1 of usdc will be on-ramped to wallet_89fd3fb1e7cc4581af8199e9bde8326c with an address of 0x9e30C2f0b5718F07F686108caFf67b3861740193 on the ethereum network.",
"machine": "",
"resource": {
"id": "bankAccount_15e94e2bfd614a0483afe09f96dae90a",
"status": "active",
"bankName": "Lead Bank",
"accountHolderName": "Sphere",
"accountName": "Sphere",
"accountNumber": "213796231267",
"customer": null,
"last4": "1267",
"routingNumber": "101019644",
"bic": null,
"iban": null,
"pixKey": null,
"clabe": null,
"ifsc": null,
"philippinesAccountNumber": null,
"bankAddressString": "1801 Main St. Kansas City MO 64108, Kansas, United States of America",
"meta": {},
"lookupKey": null,
"currency": "usd",
"walletBankAccounts": [],
"accountType": "checking",
"updated": "2025-01-16T21:05:22.192Z",
"created": "2025-01-16T21:05:22.192Z",
"deleted": null
}
},
"failureReason": null,
"failureReasonExplanation": null,
"mock": false,
"customer": "customer_654f29a47e1b46cdb9e241c8eb154c93",
"updated": "2025-01-16T22:10:00.318Z",
"created": "2025-01-16T22:03:17.342Z"
},
{
"id": "payout_5d214a1540674fa0a91afcc502020510",
"number": 5,
"type": "onRamp",
"status": "pending",
"meta": {},
"lookupKey": null,
"amount": "1.00",
"finalAmount": "1.00",
"fee": "0.00",
"source": {
"id": "bankAccount_27ab899aa4134f0fb5ccfdf5a99a0fda",
"currency": "usd",
"network": "achPush"
},
"funding": {
"id": "bankAccount_15e94e2bfd614a0483afe09f96dae90a",
"currency": "usd",
"network": "achPush"
},
"destination": {
"id": "wallet_a975835ec32e402698848cabb60bcff4",
"currency": "usdc",
"network": "sol"
},
"instructions": {
"memo": "BRGSAP7BPR8V5MEPKV4C",
"imad": null,
"omad": null,
"human": "Send 1 usd via the achPush network from bankAccount_27ab899aa4134f0fb5ccfdf5a99a0fda with an account number of ********9922 to bankAccount_15e94e2bfd614a0483afe09f96dae90a with an account number of ********1267. After sending usd, the payout will be funded and 1 of usdc will be on-ramped to wallet_a975835ec32e402698848cabb60bcff4 with an address of 9K6CyrAoG6zJYwi2hneXdxN47CpWqiywaS7fmgFAYc3v on the sol network.",
"machine": "",
"resource": {
"id": "bankAccount_15e94e2bfd614a0483afe09f96dae90a",
"status": "active",
"bankName": "Lead Bank",
"accountHolderName": "Sphere",
"accountName": "Sphere",
"accountNumber": "213796231267",
"customer": null,
"last4": "1267",
"routingNumber": "101019644",
"bic": null,
"iban": null,
"pixKey": null,
"clabe": null,
"ifsc": null,
"philippinesAccountNumber": null,
"bankAddressString": "1801 Main St. Kansas City MO 64108, Kansas, United States of America",
"meta": {},
"lookupKey": null,
"currency": "usd",
"walletBankAccounts": [],
"accountType": "checking",
"updated": "2025-01-16T21:05:22.192Z",
"created": "2025-01-16T21:05:22.192Z",
"deleted": null
}
},
"failureReason": null,
"failureReasonExplanation": null,
"mock": false,
"customer": "customer_654f29a47e1b46cdb9e241c8eb154c93",
"updated": "2025-01-16T22:10:00.321Z",
"created": "2025-01-16T22:02:26.112Z"
},
{
"id": "payout_175c2a6b5de349588a4028925a5e3cca",
"number": 4,
"type": "onRamp",
"status": "cancelled",
"meta": {},
"lookupKey": null,
"amount": "1.00",
"finalAmount": null,
"fee": "0.00",
"source": {
"id": "bankAccount_27ab899aa4134f0fb5ccfdf5a99a0fda",
"currency": "usd",
"network": "achPush"
},
"funding": {
"id": "bankAccount_15e94e2bfd614a0483afe09f96dae90a",
"currency": "usd",
"network": "achPush"
},
"destination": {
"id": "wallet_89fd3fb1e7cc4581af8199e9bde8326c",
"currency": "usdc",
"network": "ethereum"
},
"instructions": {
"memo": "BRGWFP2HKZ9382ADV2H7",
"imad": null,
"omad": null,
"human": "Send 1 usd via the achPush network from bankAccount_27ab899aa4134f0fb5ccfdf5a99a0fda with an account number of ********9922 to bankAccount_15e94e2bfd614a0483afe09f96dae90a with an account number of ********1267. After sending usd, the payout will be funded and 1 of usdc will be on-ramped to wallet_89fd3fb1e7cc4581af8199e9bde8326c with an address of 0x9e30C2f0b5718F07F686108caFf67b3861740193 on the ethereum network.",
"machine": "",
"resource": {
"id": "bankAccount_15e94e2bfd614a0483afe09f96dae90a",
"status": "active",
"bankName": "Lead Bank",
"accountHolderName": "Sphere",
"accountName": "Sphere",
"accountNumber": "213796231267",
"customer": null,
"last4": "1267",
"routingNumber": "101019644",
"bic": null,
"iban": null,
"pixKey": null,
"clabe": null,
"ifsc": null,
"philippinesAccountNumber": null,
"bankAddressString": "1801 Main St. Kansas City MO 64108, Kansas, United States of America",
"meta": {},
"lookupKey": null,
"currency": "usd",
"walletBankAccounts": [],
"accountType": "checking",
"updated": "2025-01-16T21:05:22.192Z",
"created": "2025-01-16T21:05:22.192Z",
"deleted": null
}
},
"failureReason": null,
"failureReasonExplanation": null,
"mock": false,
"customer": "customer_654f29a47e1b46cdb9e241c8eb154c93",
"updated": "2025-01-16T21:43:12.945Z",
"created": "2025-01-16T21:42:47.494Z"
},
{
"id": "payout_611d1976e3a94703b564af6bd9719ccc",
"number": 3,
"type": "onRamp",
"status": "cancelled",
"meta": {},
"lookupKey": null,
"amount": "1.00",
"finalAmount": "1.00",
"fee": "0.00",
"source": {
"id": "bankAccount_27ab899aa4134f0fb5ccfdf5a99a0fda",
"currency": "usd",
"network": "achPush"
},
"funding": {
"id": "bankAccount_15e94e2bfd614a0483afe09f96dae90a",
"currency": "usd",
"network": "achPush"
},
"destination": {
"id": "wallet_a975835ec32e402698848cabb60bcff4",
"currency": "usdc",
"network": "sol"
},
"instructions": {
"memo": "BRGEAKFPFMGEDVHZJG4N",
"imad": null,
"omad": null,
"human": "Send 1 usd via the achPush network from bankAccount_27ab899aa4134f0fb5ccfdf5a99a0fda with an account number of ********9922 to bankAccount_15e94e2bfd614a0483afe09f96dae90a with an account number of ********1267. After sending usd, the payout will be funded and 1 of usdc will be on-ramped to wallet_a975835ec32e402698848cabb60bcff4 with an address of 9K6CyrAoG6zJYwi2hneXdxN47CpWqiywaS7fmgFAYc3v on the sol network.",
"machine": "",
"resource": {
"id": "bankAccount_15e94e2bfd614a0483afe09f96dae90a",
"status": "active",
"bankName": "Lead Bank",
"accountHolderName": "Sphere",
"accountName": "Sphere",
"accountNumber": "213796231267",
"customer": null,
"last4": "1267",
"routingNumber": "101019644",
"bic": null,
"iban": null,
"pixKey": null,
"clabe": null,
"ifsc": null,
"philippinesAccountNumber": null,
"bankAddressString": "1801 Main St. Kansas City MO 64108, Kansas, United States of America",
"meta": {},
"lookupKey": null,
"currency": "usd",
"walletBankAccounts": [],
"accountType": "checking",
"updated": "2025-01-16T21:05:22.192Z",
"created": "2025-01-16T21:05:22.192Z",
"deleted": null
}
},
"failureReason": null,
"failureReasonExplanation": null,
"mock": false,
"customer": "customer_654f29a47e1b46cdb9e241c8eb154c93",
"updated": "2025-01-16T21:40:06.523Z",
"created": "2025-01-16T21:39:37.612Z"
},
{
"id": "payout_59e020cd6f134517a7e2985dc42e0806",
"number": 2,
"type": "onRamp",
"status": "cancelled",
"meta": {},
"lookupKey": null,
"amount": "1.00",
"finalAmount": null,
"fee": "0.00",
"source": {
"id": "bankAccount_27ab899aa4134f0fb5ccfdf5a99a0fda",
"currency": "usd",
"network": "achPush"
},
"funding": {
"id": "bankAccount_15e94e2bfd614a0483afe09f96dae90a",
"currency": "usd",
"network": "achPush"
},
"destination": {
"id": "wallet_a975835ec32e402698848cabb60bcff4",
"currency": "usdc",
"network": "sol"
},
"instructions": {
"memo": "BRGKKP7UJZ3XAB5VF4CP",
"imad": null,
"omad": null,
"human": "Send 1 usd via the achPush network from bankAccount_27ab899aa4134f0fb5ccfdf5a99a0fda with an account number of ********9922 to bankAccount_15e94e2bfd614a0483afe09f96dae90a with an account number of ********o9U=. After sending usd, the payout will be funded and 1 of usdc will be on-ramped to wallet_a975835ec32e402698848cabb60bcff4 with an address of 9K6CyrAoG6zJYwi2hneXdxN47CpWqiywaS7fmgFAYc3v on the sol network.",
"machine": "",
"resource": {
"id": "bankAccount_15e94e2bfd614a0483afe09f96dae90a",
"status": "active",
"bankName": "Lead Bank",
"accountHolderName": "Sphere",
"accountName": "Sphere",
"accountNumber": "213796231267",
"customer": null,
"last4": "1267",
"routingNumber": "101019644",
"bic": null,
"iban": null,
"pixKey": null,
"clabe": null,
"ifsc": null,
"philippinesAccountNumber": null,
"bankAddressString": "1801 Main St. Kansas City MO 64108, Kansas, United States of America",
"meta": {},
"lookupKey": null,
"currency": "usd",
"walletBankAccounts": [],
"accountType": "checking",
"updated": "2025-01-16T21:05:22.192Z",
"created": "2025-01-16T21:05:22.192Z",
"deleted": null
}
},
"failureReason": null,
"failureReasonExplanation": null,
"mock": false,
"customer": "customer_654f29a47e1b46cdb9e241c8eb154c93",
"updated": "2025-01-16T21:05:55.316Z",
"created": "2025-01-16T21:05:22.291Z"
},
{
"id": "payout_e839e003b7bc43c286d7c8f750371ead",
"number": 1,
"type": "offRamp",
"status": "succeeded",
"meta": {},
"lookupKey": null,
"amount": "1.50",
"finalAmount": "1.50",
"fee": "0.00",
"source": {
"id": "wallet_a975835ec32e402698848cabb60bcff4",
"currency": "usdc",
"network": "sol"
},
"funding": {
"id": "wallet_a84d7bed1d634ead859de7c3737ff1c0",
"currency": "usdc",
"network": "sol"
},
"destination": {
"id": "bankAccount_10719a4540c44bbaa9097a412a7c3deb",
"currency": "usd",
"network": "achSameDay"
},
"instructions": {
"memo": "",
"imad": null,
"omad": null,
"human": "Send 1.5 usdc on the sol network from 9K6CyrAoG6zJYwi2hneXdxN47CpWqiywaS7fmgFAYc3v to BVEqc8nGYwEJq9KPu5tVKTYBJFacwLE4svUXSEyxJvbH.",
"machine": "",
"resource": {
"id": "wallet_a84d7bed1d634ead859de7c3737ff1c0",
"address": "BVEqc8nGYwEJq9KPu5tVKTYBJFacwLE4svUXSEyxJvbH",
"network": "sol",
"nickname": "Sphere OffRamp Wallet",
"risk": "low",
"primary": false,
"feePayer": false,
"signed": false,
"mock": false,
"lookupKey": null,
"customer": null,
"exported": null,
"created": "2025-01-07T22:47:14.341Z",
"updated": "2025-01-07T22:47:14.341Z",
"deleted": null
}
},
"failureReason": null,
"failureReasonExplanation": null,
"mock": false,
"customer": "customer_654f29a47e1b46cdb9e241c8eb154c93",
"updated": "2025-01-08T00:40:00.388Z",
"created": "2025-01-07T22:47:14.418Z"
}
]
},
"ts": "2025-04-19T22:54:27.946Z",
"request": "request_e6ce0542f5a944ada73cab13f595a9f6"
}