{
  "generated_at": "2026-05-11T00:56:48.476130+00:00",
  "slug": "api-slamai-dev-wallet-transfers-dna",
  "title": "Api \u00b7 Transfers Dna",
  "url": "https://api.slamai.dev/wallet/transfers/dna",
  "category": "finance",
  "summary": "Api \u00b7 Transfers Dna \u2014 x402-protected finance API. Pay $0.0010 per call on base. Indexed by x402all.",
  "seo": {
    "title": "Api \u00b7 Transfers Dna \u2014 x402 finance API \u00b7 $0.0010 per call",
    "description": "Api \u00b7 Transfers Dna \u2014 x402-protected finance API. Pay $0.0010 per call on base. Indexed by x402all."
  },
  "use_cases": [],
  "risk_notes": [
    "May process personal / identity data."
  ],
  "pricing_sanity": {
    "flag": "cheap_outlier",
    "ratio": 0.033,
    "median_category_atomic": 30000
  },
  "pricing_review_required": false,
  "pricing_decimal_suspect": false,
  "trust_tier": "indexed_external",
  "accepts": [
    {
      "scheme": "exact",
      "network": "base",
      "pay_to": "0xd85096faec1ac03075667b4c1a1661f5623bf111",
      "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
      "max_amount_required_atomic": "1000",
      "max_timeout_seconds": 300,
      "mime_type": "application/json",
      "description": "Returns token transfer records for a given wallet address, enriched with WalletDNA analytics\u2014including sender and receiver wallet tiers (\"size\"),\nlabels, current balances (token & USD), and each address's share of supply. Each record includes FDV and live token pricing.\nSupports filtering by participant address, direction, block range, or timestamp. Longer response times should be expected due to the richness of the data.",
      "verified": false,
      "hints": {
        "input": {
          "type": "http",
          "method": "GET",
          "queryParams": {
            "num": {
              "type": "integer",
              "description": "Max number of transfer records to return (max 100)"
            },
            "order": {
              "enum": [
                "asc",
                "desc"
              ],
              "type": "string",
              "description": "Sort order: asc (oldest first) or desc (newest first)."
            },
            "address": {
              "type": "string",
              "description": "Optional filter to only include transfers involving this address"
            },
            "direction": {
              "enum": [
                "sent",
                "received",
                "all"
              ],
              "type": "string",
              "description": "Transfer direction relative to the address."
            },
            "blockchain": {
              "enum": [
                "ethereum",
                "base"
              ],
              "type": "string",
              "required": true,
              "description": "The blockchain network to query."
            },
            "start_block": {
              "type": "integer",
              "description": "Block number to start from (inclusive)"
            },
            "estimate_cost": {
              "type": "boolean",
              "description": "When true, returns only the SLAM cost without performing the query"
            },
            "token_address": {
              "type": "string",
              "description": "Optional filter transfers for this ERC-20 token contract address."
            },
            "wallet_address": {
              "type": "string",
              "required": true,
              "description": "The wallet address to fetch transfers for."
            },
            "start_log_index": {
              "type": "integer",
              "description": "Log index within the block to resume pagination"
            },
            "start_timestamp": {
              "type": "string",
              "description": "Start from this UTC timestamp (overrides start_block)"
            }
          }
        },
        "output": {
          "status": 200,
          "content": {
            "application/json": {
              "schema": {
                "oneOf": [
                  {
                    "type": "object",
                    "properties": {
                      "slam": {
                        "type": "number",
                        "format": "double",
                        "description": "SLAM token cost for this API call"
                      },
                      "chain": {
                        "type": "string",
                        "description": "Blockchain network name (e.g., 'base')"
                      },
                      "cursor": {
                        "type": "object",
                        "properties": {
                          "start_block": {
                            "type": "integer",
                            "format": "int32",
                            "description": "The block number at which to continue fetching results."
                          },
                          "start_log_index": {
                            "type": "integer",
                            "format": "int32",
                            "description": "The log index within the block at which to continue."
                          }
                        }
                      },
                      "transfers": {
                        "type": "array",
                        "items": {
                          "type": "object",
                          "properties": {
                            "to": {
                              "type": "object",
                              "properties": {
                                "mass": {
                                  "type": "object",
                                  "properties": {
                                    "raw": {
                                      "type": "number",
                                      "format": "double",
                                      "nullable": true,
                                      "description": "Raw mass score."
                                    },
                                    "tier": {
                                      "type": "string",
                                      "description": "Mass tier (e.g., \"Whale\", \"Dolphin\", \"Fish\", etc.)"
                                    }
                                  }
                                },
                                "name": {
                                  "type": "string",
                                  "nullable": true,
                                  "description": "Optional display name for contract wallets"
                                },
                                "labels": {
                                  "type": "string",
                                  "nullable": true,
                                  "description": "Labels for the wallet if it is a contract (e.g., 'DeFi', 'DEX')"
                                },
                                "address": {
                                  "type": "string",
                                  "description": "The wallet address"
                                },
                                "balance": {
                                  "type": "object",
                                  "properties": {
                                    "usd": {
                                      "type": "number",
                                      "format": "double",
                                      "description": "Value of balance in USD at the time of transfer"
                                    },
                                    "decimals": {
                                      "type": "number",
                                      "format": "double",
                                      "description": "Token balance normalized to decimals"
                                    },
                                    "supply_share": {
                                      "type": "number",
                                      "format": "double",
                                      "description": "Percentage share of the total token supply at the time of transfer"
                                    }
                                  }
                                }
                              }
                            },
                            "from": {
                              "type": "object",
                              "properties": {
                                "mass": {
                                  "type": "object",
                                  "properties": {
                                    "raw": {
                                      "type": "number",
                                      "format": "double",
                                      "nullable": true,
                                      "description": "Raw mass score."
                                    },
                                    "tier": {
                                      "type": "string",
                                      "description": "Mass tier (e.g., \"Whale\", \"Dolphin\", \"Fish\", etc.)"
                                    }
                                  }
                                },
                                "name": {
                                  "type": "string",
                                  "nullable": true,
                                  "description": "Optional display name for contract wallets"
                                },
                                "labels": {
                                  "type": "string",
                                  "nullable": true,
                                  "description": "Labels for the wallet if it is a contract (e.g., 'DeFi', 'DEX')"
                                },
                                "address": {
                                  "type": "string",
                                  "description": "The wallet address"
                                },
                                "balance": {
                                  "type": "object",
                                  "properties": {
                                    "usd": {
                                      "type": "number",
                                      "format": "double",
                                      "description": "Value of balance in USD at the time of transfer"
                                    },
                                    "decimals": {
                                      "type": "number",
                                      "format": "double",
                                      "description": "Token balance normalized to decimals"
                                    },
                                    "supply_share": {
                                      "type": "number",
                                      "format": "double",
                                      "description": "Percentage share of the total token supply at the time of transfer"
                                    }
                                  }
                                }
                              }
                            },
                            "token": {
                              "type": "object",
                              "properties": {
                                "fdv": {
                                  "type": "number",
                                  "format": "double",
                                  "description": "Fully diluted valuation (USD) of the token at the time of transfer"
                                },
                                "usd": {
                                  "type": "number",
                                  "format": "double",
                                  "description": "USD price per token unit at the time of transfer"
                                },
                                "name": {
                                  "type": "string",
                                  "description": "Full token name"
                                },
                                "symbol": {
                                  "type": "string",
                                  "description": "Token symbol"
                                },
                                "address": {
                                  "type": "string",
                                  "description": "Token contract address"
                                }
                              }
                            },
                            "amount": {
                              "type": "object",
                              "properties": {
                                "raw": {
                                  "type": "number",
                                  "format": "double",
                                  "description": "The raw transfer amount (integer or scientific notation)"
                                },
                                "usd": {
                                  "type": "number",
                                  "format": "double",
                                  "description": "USD value of the transferred amount at the time of transfer"
                                },
                                "decimals": {
                                  "type": "number",
                                  "format": "double",
                                  "description": "The amount normalized using the token\u2019s decimals"
                                }
                              }
                            },
                            "transaction": {
                              "type": "object",
                              "properties": {
                                "utc": {
                                  "type": "string",
                                  "description": "UTC timestamp of the transaction (ISO 8601 format)."
                                },
                                "hash": {
                                  "type": "string",
                                  "description": "Transaction hash."
                                },
                                "block": {
                                  "type": "integer",
                                  "format": "int32",
                                  "description": "Block number containing the transaction."
                                },
                                "method": {
                                  "type": "string",
                                  "nullable": true,
                                  "description": "Decoded contract method name (if available)."
                                },
                                "log_index": {
                                  "type": "integer",
                                  "format": "int32",
                                  "description": "Log index for this transfer within the block."
                                }
                              }
                            }
                          }
                        },
                        "description": "List of enriched token transfers with WalletDNA"
                      }
                    }
                  },
                  {
                    "type": "object",
                    "properties": {
                      "slam": {
                        "type": "number",
                        "format": "double"
                      }
                    }
                  }
                ]
              }
            }
          },
          "description": "OK"
        }
      }
    }
  ],
  "origin": {
    "slug": "api-slamai-dev",
    "host": "api.slamai.dev",
    "url": "https://api.slamai.dev"
  },
  "json_ld": {
    "@id": "https://x402all.com/resource/api-slamai-dev-wallet-transfers-dna",
    "url": "https://x402all.com/resource/api-slamai-dev-wallet-transfers-dna",
    "name": "Api \u00b7 Transfers Dna",
    "@type": "WebAPI",
    "offers": {
      "url": "https://x402all.com/resource/api-slamai-dev-wallet-transfers-dna",
      "@type": "Offer",
      "price": "0.001",
      "availability": "https://schema.org/InStock",
      "priceCurrency": "USDC",
      "additionalProperty": [
        {
          "name": "paymentNetwork",
          "@type": "PropertyValue",
          "value": "base"
        },
        {
          "name": "paymentAsset",
          "@type": "PropertyValue",
          "value": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913"
        }
      ],
      "priceSpecification": {
        "@type": "UnitPriceSpecification",
        "price": "0.001000",
        "unitText": "call",
        "priceCurrency": "USDC"
      },
      "eligibleCustomerType": "Agent"
    },
    "sameAs": "https://api.slamai.dev/wallet/transfers/dna",
    "@context": "https://schema.org",
    "provider": {
      "@id": "https://x402all.com/server/api-slamai-dev",
      "url": "https://api.slamai.dev",
      "name": "api.slamai.dev",
      "@type": "Organization"
    },
    "identifier": "api-slamai-dev-wallet-transfers-dna",
    "description": "Api \u00b7 Transfers Dna \u2014 x402-protected finance API. Pay $0.0010 per call on base. Indexed by x402all.",
    "potentialAction": {
      "@type": "BuyAction",
      "target": "https://axon402.com/test-buy?resource=api-slamai-dev-wallet-transfers-dna",
      "description": "Test-buy this endpoint on AXON"
    },
    "applicationCategory": "finance"
  },
  "axon_deep_link": "https://axon402.com/test-buy?resource=api-slamai-dev-wallet-transfers-dna",
  "callability": {
    "status": "partial",
    "schema_callability": 0.282,
    "source": "facilitator_bazaar",
    "source_confidence": 0.75,
    "match_confidence": 0.4,
    "schema_confidence": 0.2,
    "validated_at": "2026-05-11T00:20:52.793568+00:00",
    "warnings": []
  },
  "contract": {
    "route_template": "https://api.slamai.dev/wallet/transfers/dna",
    "content_type": "application/json",
    "response_schema": {
      "status": 200,
      "content": {
        "application/json": {
          "schema": {
            "oneOf": [
              {
                "type": "object",
                "properties": {
                  "slam": {
                    "type": "number",
                    "format": "double",
                    "description": "SLAM token cost for this API call"
                  },
                  "chain": {
                    "type": "string",
                    "description": "Blockchain network name (e.g., 'base')"
                  },
                  "cursor": {
                    "type": "object",
                    "properties": {
                      "start_block": {
                        "type": "integer",
                        "format": "int32",
                        "description": "The block number at which to continue fetching results."
                      },
                      "start_log_index": {
                        "type": "integer",
                        "format": "int32",
                        "description": "The log index within the block at which to continue."
                      }
                    }
                  },
                  "transfers": {
                    "type": "array",
                    "items": {
                      "type": "object",
                      "properties": {
                        "to": {
                          "type": "object",
                          "properties": {
                            "mass": {
                              "type": "object",
                              "properties": {
                                "raw": {
                                  "type": "number",
                                  "format": "double",
                                  "nullable": true,
                                  "description": "Raw mass score."
                                },
                                "tier": {
                                  "type": "string",
                                  "description": "Mass tier (e.g., \"Whale\", \"Dolphin\", \"Fish\", etc.)"
                                }
                              }
                            },
                            "name": {
                              "type": "string",
                              "nullable": true,
                              "description": "Optional display name for contract wallets"
                            },
                            "labels": {
                              "type": "string",
                              "nullable": true,
                              "description": "Labels for the wallet if it is a contract (e.g., 'DeFi', 'DEX')"
                            },
                            "address": {
                              "type": "string",
                              "description": "The wallet address"
                            },
                            "balance": {
                              "type": "object",
                              "properties": {
                                "usd": {
                                  "type": "number",
                                  "format": "double",
                                  "description": "Value of balance in USD at the time of transfer"
                                },
                                "decimals": {
                                  "type": "number",
                                  "format": "double",
                                  "description": "Token balance normalized to decimals"
                                },
                                "supply_share": {
                                  "type": "number",
                                  "format": "double",
                                  "description": "Percentage share of the total token supply at the time of transfer"
                                }
                              }
                            }
                          }
                        },
                        "from": {
                          "type": "object",
                          "properties": {
                            "mass": {
                              "type": "object",
                              "properties": {
                                "raw": {
                                  "type": "number",
                                  "format": "double",
                                  "nullable": true,
                                  "description": "Raw mass score."
                                },
                                "tier": {
                                  "type": "string",
                                  "description": "Mass tier (e.g., \"Whale\", \"Dolphin\", \"Fish\", etc.)"
                                }
                              }
                            },
                            "name": {
                              "type": "string",
                              "nullable": true,
                              "description": "Optional display name for contract wallets"
                            },
                            "labels": {
                              "type": "string",
                              "nullable": true,
                              "description": "Labels for the wallet if it is a contract (e.g., 'DeFi', 'DEX')"
                            },
                            "address": {
                              "type": "string",
                              "description": "The wallet address"
                            },
                            "balance": {
                              "type": "object",
                              "properties": {
                                "usd": {
                                  "type": "number",
                                  "format": "double",
                                  "description": "Value of balance in USD at the time of transfer"
                                },
                                "decimals": {
                                  "type": "number",
                                  "format": "double",
                                  "description": "Token balance normalized to decimals"
                                },
                                "supply_share": {
                                  "type": "number",
                                  "format": "double",
                                  "description": "Percentage share of the total token supply at the time of transfer"
                                }
                              }
                            }
                          }
                        },
                        "token": {
                          "type": "object",
                          "properties": {
                            "fdv": {
                              "type": "number",
                              "format": "double",
                              "description": "Fully diluted valuation (USD) of the token at the time of transfer"
                            },
                            "usd": {
                              "type": "number",
                              "format": "double",
                              "description": "USD price per token unit at the time of transfer"
                            },
                            "name": {
                              "type": "string",
                              "description": "Full token name"
                            },
                            "symbol": {
                              "type": "string",
                              "description": "Token symbol"
                            },
                            "address": {
                              "type": "string",
                              "description": "Token contract address"
                            }
                          }
                        },
                        "amount": {
                          "type": "object",
                          "properties": {
                            "raw": {
                              "type": "number",
                              "format": "double",
                              "description": "The raw transfer amount (integer or scientific notation)"
                            },
                            "usd": {
                              "type": "number",
                              "format": "double",
                              "description": "USD value of the transferred amount at the time of transfer"
                            },
                            "decimals": {
                              "type": "number",
                              "format": "double",
                              "description": "The amount normalized using the token\u2019s decimals"
                            }
                          }
                        },
                        "transaction": {
                          "type": "object",
                          "properties": {
                            "utc": {
                              "type": "string",
                              "description": "UTC timestamp of the transaction (ISO 8601 format)."
                            },
                            "hash": {
                              "type": "string",
                              "description": "Transaction hash."
                            },
                            "block": {
                              "type": "integer",
                              "format": "int32",
                              "description": "Block number containing the transaction."
                            },
                            "method": {
                              "type": "string",
                              "nullable": true,
                              "description": "Decoded contract method name (if available)."
                            },
                            "log_index": {
                              "type": "integer",
                              "format": "int32",
                              "description": "Log index for this transfer within the block."
                            }
                          }
                        }
                      }
                    },
                    "description": "List of enriched token transfers with WalletDNA"
                  }
                }
              },
              {
                "type": "object",
                "properties": {
                  "slam": {
                    "type": "number",
                    "format": "double"
                  }
                }
              }
            ]
          }
        }
      },
      "description": "OK"
    },
    "examples": [],
    "schema_presence": {
      "path_schema": "unknown",
      "query_schema": "unknown",
      "header_schema": "unknown",
      "request_body_schema": "unknown",
      "response_schema": "partial"
    },
    "contract_hash": "f33c6910751110008ae9257f840dea1c6c45f316007abcceb7e9e2f1257ff49d"
  }
}